From cd1168e194b9883a4415e4c5720452885bf44f51 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 31 May 1993 22:25:20 +0000 Subject: [PATCH] [__bsdi__]: Define BSD4_2. --- src/mem-limits.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mem-limits.h b/src/mem-limits.h index 31c71dc3e4e..d4e743f6ed2 100644 --- a/src/mem-limits.h +++ b/src/mem-limits.h @@ -5,7 +5,7 @@ This file is part of GNU Emacs. GNU Emacs is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, @@ -22,6 +22,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #endif +#ifdef __bsdi__ +#define BSD4_2 +#endif + #ifndef BSD4_2 #ifndef USG #include -- 2.30.2